| 1. | Specifies an increment value for a loop counter 为循环计数器指定一个增量值。 |
| 2. | An optional initialization expression that assigns values to the loop counters 为循环计数器赋值的可选初始化表达式。 |
| 3. | An optional iteration expression that increments or decrements the loop counter 递增或递减循环计数器的可选迭代表达式。 |
| 4. | The outer loop decrements a loop counter variable each time through the loop 每循环一次,外部循环都使循环计数器变量递减一次。 |
| 5. | Separates the beginning and ending values of a loop counter or of a value match range 分隔循环计数器或值匹配范围的起始值和结束值。 |
| 6. | Expression statement or statements to increment or decrement the loop counters . statement 用于递增或递减循环计数器的一条或多条表达式语句。 |
| 7. | This register contains a loop counter that is decremented on certain branch operations 这个寄存器中存放了一个循环计数器,会随特定转移操作而递减。 |
| 8. | A comma - separated list of expressions or assignment statements to initialize the loop counters . expression 用于初始化循环计数器的表达式或赋值语句的逗号分隔列表。 |
| 9. | Loop , the order in which the fields of the object are assigned to the loop counter variable are not necessarily predictable or controllable 循环逐个通过对象的属性时,将对象字段赋给循环计数器变量的顺序不一定能预测或控制。 |
| 10. | Of course , you can run loops backward instead of forward , or increment the loop counter by something other than 1 , or even eliminate the loop counter completely as you do in a 当然,也可以反向而不是正向运行循环,或者使用1之外的循环计数器增量,甚至像 |